CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Block Matching method

搜索资源列表

  1. motionest

    1下载:
  2. 用块匹配法进行运动估计的matlab实现方法,返回运动矩阵-block matching method used for motion estimation method of Matlab, the return movement Matrix
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:889
    • 提供者:yr
  1. 33112

    0下载:
  2. 全搜索块匹配法,毕业设计中涉及的一个程序-full search block matching method, a graduate of the design of a procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1662
    • 提供者:谎言
  1. BM3D

    1下载:
  2. 采用最新的BM3D(三维块匹配)方法进行的灰度图像,彩色图像和视频图像的去噪-Using the latest BM3D (three-dimensional block-matching) method for image, color images and video image denoising
  3. 所属分类:matlab

    • 发布日期:2016-01-04
    • 文件大小:3332096
    • 提供者:周丽
  1. FullSearchfull

    0下载:
  2. 本程序是用来进行运动估计的全搜索块匹配方法-This procedure is used for motion estimation of the full search block-matching method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:600
    • 提供者:chushouyan
  1. my_3_STEP_search

    0下载:
  2. 标准三步搜索法,用matlab实现,经过实验效果还可以-Standard three-step search method, using matlab to achieve, after the experimental effect can also be
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1938
    • 提供者:张居正
  1. BlockMatchingAlgorithmForMovementEstimation

    0下载:
  2. 采用块匹配方法对视频进行运动估计,获得运动估计的运动向量。-Using block-matching method of video motion estimation, motion estimation to obtain the motion vectors.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:785138
    • 提供者:farmer
  1. BlockMatchingMethodsConsideringSmoothnessofMotionV

    0下载:
  2. 考虑运动向量平滑的块匹配运动估计方法,matlab代码-Consider the motion vector smoothing method of block matching motion estimation, matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3041
    • 提供者:fang
  1. Image_matching

    0下载:
  2. 为了解决光谱恢复对图像匹配高精度的问题, 提出了一种高精度图像匹配算法———利用光流确定图像的运动场对图像进行匹配。该算法克服了传统的基于灰度匹配方法受图像插值精度影响的缺陷以及运算速度和精度的局限性。与基于MAD 块匹配算法和归一化相关系数块匹配算法进行比较, 该算法实现了图像序列高精度匹配, 而且硬件实现简单, 计算复杂度较低。-To address the spectrum of the resumption of high-precision image matching problem
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:222608
    • 提供者:酷鱼
  1. Block-matching(Matlab)

    1下载:
  2. 用块匹配法求超分辨率复原中的运动矩阵!提出了一种快速,半像素的三步法!-Block-matching method using super-resolution recovery of movement in the matrix! Presents a fast, three-step half-pixel!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-12
    • 文件大小:95822
    • 提供者:allen
  1. ImageStitch

    1下载:
  2. 实现了序列图像的柱面全景图拼接,采用的块匹配法,顺序进行块匹配功能,找到最佳匹配位置,进行线性融合法进行拼接。-Achieved a series of cylindrical panoramic image stitching, using a block matching method, in order to block-matching function to find the best match position, a linear fusion splicing method.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-16
    • 文件大小:160837
    • 提供者:Li Yanli
  1. 09047016

    0下载:
  2. 用块匹配法进行运动估计的matlab实现方法-block matching method used for motion estimation method of Matlab
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-26
    • 文件大小:9083985
    • 提供者:陈高
  1. BM

    0下载:
  2. Opencv: Optical flow calculation using Block Matching method
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1400
    • 提供者:Rafin
  1. block

    2下载:
  2. 基于特征块匹配的快速稳像算法,方法用块匹配方法对图像进行匹配,并进行稳像-Feature-based block matching algorithm for fast stabilization, methods using block-matching method to match the image, and conduct stabilization
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:8641
    • 提供者:牟聪翀
  1. KPP

    0下载:
  2. 使用块匹配法的三步搜索对视频中的两帧图象进行预测编码-Use block matching method for video of the three-step searching two frames image forecast coding
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:3695
    • 提供者:jiangxin
  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4724753
    • 提供者:alan
  1. BNM

    0下载:
  2. The source code is the best neighboring matching method, which will find out a best 16x16 macro block to conceal the lost macor block. this code is written by Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:611
    • 提供者:Bernie Chen
  1. bp

    0下载:
  2. 在双目立体视觉中立体匹配问题存在歧义性,是视觉研究中难点问题之。通过采用分水岭分割图像的方式有效的对图像进行了过分割处理,实现了基于图像块置信传播的匹配算法。-In the binocular stereo vision problem in stereo matching ambiguity, is the difficult problems in vision research. Images by using watershed segmentation method was effec
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:282512
    • 提供者:mstar
  1. 12345

    0下载:
  2. 实现了序列图像的柱面全景图拼接,采用的块匹配法-Cylindrical panorama stitching of the image sequence, using the block matching method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:162274
    • 提供者:zj
  1. BMAFourStep

    0下载:
  2. 运用块匹配方法求运动矢量(块匹配法:四步搜索法),能求出x、y的偏移量以及他们的运动矢量值。-The use of a block matching method for solving the motion vector (the block matching method: four-step search method), can be obtained to the x, y offset as well as their motion vector value.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-25
    • 文件大小:1037263
    • 提供者:wang
  1. BiSheDlg

    0下载:
  2. 自适应目标跟踪程序,包括目标检测和块匹配法实现的目标跟踪-Adaptive target tracking procedures, including target detection and block matching method to achieve the target tracking
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-13
    • 文件大小:6914
    • 提供者:wm891230
« 12 3 »
搜珍网 www.dssz.com